home *** CD-ROM | disk | FTP | other *** search
/ Clickx 23 / Clickx 23.iso / DATA / wordpress / wp-content / themes / default / searchform.php < prev    next >
Encoding:
PHP Script  |  2005-02-02  |  241 b   |  5 lines

  1. <form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
  2. <div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
  3. <input type="submit" id="searchsubmit" value="Search" />
  4. </div>
  5. </form>